home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
GCC
/
V2-4-5
/
GCC2
/
Examples
/
c
/
Example1c
< prev
next >
Wrap
Text File
|
1994-10-02
|
99b
|
10 lines
#include <stdio.h>
void
example1c(void)
{
printf("This is example 1 : example1c()\n");
return;
}